UserMentionConfig

class UserMentionConfig : MentionConfig

Describes a configuration of mention for user.

Since

3.0.0

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
var debounceTime: Long = 0

Returns the time from now to delay execution.

Link copied to clipboard
lateinit var delimiter: String

Returns mention delimiter string.

Link copied to clipboard
val maxMentionCount: Int

Returns max mention count. Up to 10 users mentioned in the message will be notified.

Link copied to clipboard
var maxSuggestionCount: Int = 0

Returns maximum suggestion count.

Link copied to clipboard
val trigger: String

Returns trigger text for mention.